/* Create mixin for all repetitive style block gradually */
.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url("/images/version-2/icons/info.png") no-repeat center;
    background-size: contain;
    float: left;
    cursor: pointer; }
  .tooltip:hover .tooltipText {
    visibility: visible; }
  .tooltip .tooltipText {
    visibility: hidden;
    position: absolute;
    top: 200%;
    left: 50%;
    width: 200px;
    min-height: 100px;
    margin-left: -100px;
    padding: 15px;
    line-height: 18px;
    font-family: "Nunito-Regular";
    font-size: 12px;
    text-transform: initial;
    text-wrap: initial;
    letter-spacing: 0;
    color: #1D1D1D;
    background-color: #fff;
    border: 0.5px solid #1D1D1D;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 10000; }
    .tooltip .tooltipText .tooltipTitle {
      display: block;
      margin-bottom: 5px;
      font-family: "Nunito-ExtraBold" !important; }
    .tooltip .tooltipText:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 100%;
      margin: 0 0 0 -7px;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #1D1D1D transparent; }
    @media only screen and (min-width: 1200px) {
      .tooltip .tooltipText {
        top: 50%;
        left: 150%;
        margin-left: 0;
        transform: translateY(-50%); }
        .tooltip .tooltipText:after {
          top: 50%;
          right: 100%;
          left: initial;
          bottom: initial;
          margin: -7px 0 0 0;
          border-color: transparent black transparent transparent; } }

.frontWrapper .newProductDetailWrapper {
  margin: 40px 0; }
  @media only screen and (max-width: 959px) {
    .frontWrapper .newProductDetailWrapper {
      margin: 20px 0;
      padding: 0 15px; } }
  .frontWrapper .newProductDetailWrapper .productImageWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 840px;
    float: left; }
    .frontWrapper .newProductDetailWrapper .productImageWrapper .emptyImageBox {
      margin: auto;
      padding: 100px;
      font-family: "Nunito-Regular";
      font-size: 20px;
      text-align: center; }
    .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox {
      width: 15%;
      max-width: 100px; }
      .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav {
        width: 30px;
        height: 30px;
        margin: auto;
        cursor: pointer; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav:before {
          content: "";
          width: 100%;
          height: 30px;
          float: left; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav--top {
          margin: 0 auto 15px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav--top:before {
            background: url(/images/version-2/icons/arrow-top-thinner.svg) no-repeat center;
            background-size: contain; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav--bottom {
          margin: 15px auto 0; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav--bottom:before {
            background: url(/images/version-2/icons/arrow-bottom-thinner.svg) no-repeat center;
            background-size: contain; }
      .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-height: 490px;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox::-webkit-scrollbar {
          display: none; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li {
            width: 100px;
            height: 100px;
            margin-bottom: 10px; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li:last-child {
              margin-bottom: 0; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li a img {
              width: 100%;
              height: 100%;
              object-fit: contain;
              border: 1px solid #E5E5E5; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li a.active img {
              border: 1px solid #1D1D1D; }
    .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox {
      width: 85%;
      max-width: 740px;
      padding: 0 10px; }
      .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider {
        width: 450px;
        margin: 0 auto;
        border: none; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a {
          width: 30px;
          height: 30px;
          margin-top: 0; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-prev {
            left: -60px;
            background: url(/images/version-2/icons/arrow-left-thinner.svg) no-repeat center;
            background-size: contain; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-next {
            right: -60px;
            background: url(/images/version-2/icons/arrow-right-thinner.svg) no-repeat center;
            background-size: contain; }
    @media only screen and (max-width: 1280px) {
      .frontWrapper .newProductDetailWrapper .productImageWrapper {
        width: 620px; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox {
          max-width: 80px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox {
            max-height: 400px; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li {
              width: 80px;
              height: 80px; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox {
          max-width: 540px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-prev {
            left: -40px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-next {
            right: -40px; } }
    @media only screen and (max-width: 959px) {
      .frontWrapper .newProductDetailWrapper .productImageWrapper {
        width: 100%;
        float: none; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .emptyImageBox {
          padding: 20px;
          font-size: 16px; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexCarouselBox {
          display: block !important; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox {
          max-width: 830px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider {
            display: block !important;
            padding: 0; } }
    @media only screen and (max-width: 640px) {
      .frontWrapper .newProductDetailWrapper .productImageWrapper {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox {
          width: 100%;
          max-width: 100%;
          margin-top: 15px; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .nav {
            display: none; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox {
            max-height: 65px;
            overflow-x: auto;
            overflow-y: hidden; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel {
              -ms-flex-direction: row;
              flex-direction: row;
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content;
              overflow-x: auto; }
              .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li {
                width: 65px;
                height: 65px;
                margin: 0 5px 0 0; }
                .frontWrapper .newProductDetailWrapper .productImageWrapper .flexThumbnailsBox .flexCarouselBox #flexcarousel li:last-child {
                  margin: 0; }
        .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox {
          width: 100%;
          max-width: 100%;
          padding: 0; }
          .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider {
            width: 100%; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-prev {
              left: 0; }
            .frontWrapper .newProductDetailWrapper .productImageWrapper .flexSliderBox .flexslider .bx-wrapper .bx-controls-direction a.bx-next {
              right: 0; } }
  .frontWrapper .newProductDetailWrapper .productInfoWrapper {
    width: 360px;
    float: right; }
    @media only screen and (max-width: 1280px) {
      .frontWrapper .newProductDetailWrapper .productInfoWrapper {
        width: 340px; } }
    @media only screen and (max-width: 959px) {
      .frontWrapper .newProductDetailWrapper .productInfoWrapper {
        width: 100%;
        margin-top: 20px;
        float: none; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper span {
      font-family: "Nunito-Regular"; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoName, .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoStyle {
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoName, .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoStyle {
          font-size: 14px;
          line-height: 20px; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoName {
      margin: 0;
      font-family: "Nunito-Bold";
      font-weight: bold;
      text-transform: uppercase;
      color: #1D1D1D; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoName a {
        color: #1D1D1D; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoStyle {
      margin: 0 0 15px;
      font-family: "Nunito-Regular";
      color: #444; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice {
      margin: 15px 0;
      font-family: "Nunito-ExtraBold";
      font-size: 18px;
      letter-spacing: 0.1em; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .oldPrice {
        font-size: 14px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        color: #C4C4C4; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .usedPrice {
        color: #a37b24; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .usedPrice .discountAmount {
          font-family: "Nunito-Bold" !important;
          color: #76150C; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .estRetailPrice {
        margin-top: 10px;
        font-family: "Nunito-Regular";
        font-size: 13px;
        color: #C4C4C4; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .estRetailPrice .bold {
          font-family: "Nunito-Bold"; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice {
          font-size: 14px; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .oldPrice {
            font-size: 13px; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPrice .estRetailPrice {
            font-size: 13px; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoCondition {
      display: inline-block;
      padding: 5px;
      font-family: "Nunito-Regular";
      font-size: 13px;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      white-space: nowrap;
      background-color: #1D1D1D;
      border-radius: 4px; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoCondition .smallInfoBtn {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 3px;
        font-family: "Nunito-Bold";
        text-align: center;
        text-transform: lowercase;
        color: #1D1D1D;
        background-color: #fff;
        border-radius: 50%; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoNumber, .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoSize {
      padding: 5px 0;
      font-family: "Nunito-Regular";
      font-size: 13px;
      color: #444; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoShipping {
      margin: 15px 0;
      font-family: "Nunito-Bold";
      font-size: 13px;
      text-transform: initial;
      color: #444; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPayment {
      margin-top: 10px;
      padding: 0;
      font-family: "Nunito-Regular";
      font-size: 13px; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPayment span {
        display: block; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPayment span.infoPaymentTitle {
          margin-bottom: 5px;
          font-family: "Nunito-ExtraBold";
          font-style: italic;
          letter-spacing: 0.5px;
          color: #A47B24; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .infoPayment span.infoPaymentDescription {
          letter-spacing: 0;
          color: #1D1D1D; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .buttonBox {
      margin: 0; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .buttonBox .button {
        margin: 15px 0; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-align: center;
      align-items: center;
      max-width: 360px;
      margin: 0 auto; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .verticalLine {
        height: 20px;
        border-left: 1px solid #C4C4C4; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action {
        position: relative;
        padding: 5px;
        font-family: "Nunito-Bold";
        font-weight: bold;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        text-align: center;
        color: #1D1D1D;
        white-space: nowrap;
        cursor: pointer; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action:before {
          content: "";
          width: 20px;
          height: 20px;
          display: block; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.like:before {
          background: url(/images/version-2/icons/like.png) no-repeat center;
          background-size: contain; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.like.active:before, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.like:hover:before {
          background: url(/images/version-2/icons/like-solid.png) no-repeat center;
          background-size: contain; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.ask:before {
          background: url(/images/version-2/icons/message-bubble.png) no-repeat center;
          background-size: contain; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox {
          padding: 0;
          width: 30px;
          height: 30px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share:before, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            background: url(/images/version-2/icons/share-icon.png) no-repeat center;
            background-size: contain; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share .shareWrapper, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox .shareWrapper {
            display: none;
            position: absolute;
            top: 5px;
            right: -110px;
            width: 150px;
            padding: 10px;
            background-color: #fff;
            border: 0.5px solid #1D1D1D;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            z-index: 2; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share .shareWrapper .socialShare, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox .shareWrapper .socialShare {
              display: inline-block;
              width: 25px;
              height: 25px;
              margin-right: 5px; }
              .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share .shareWrapper .socialShare:last-child, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox .shareWrapper .socialShare:last-child {
                margin-right: 0; }
              .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share .shareWrapper .socialShare img, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox .shareWrapper .socialShare img {
                width: 100%; }
            @media only screen and (max-width: 768px) {
              .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share .shareWrapper, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox .shareWrapper {
                right: 0; } }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.share:hover .shareWrapper, .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action.shareBox:hover .shareWrapper {
            display: block; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action:hover::after {
          visibility: visible;
          opacity: 1; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action::after {
          content: attr(title);
          visibility: hidden;
          background-color: #333;
          color: #fff;
          text-align: center;
          padding: 8px 12px;
          border-radius: 4px;
          position: absolute;
          z-index: 1000;
          bottom: 125%;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap;
          font-size: 12px;
          opacity: 0;
          transition: opacity 0.3s;
          font-family: "Nunito-Regular";
          text-transform: none;
          font-weight: normal; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .action::after::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #333 transparent transparent transparent; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 5px 0;
        font-size: 12px;
        line-height: 14px;
        color: #1D1D1D;
        cursor: pointer;
        white-space: nowrap;
        z-index: 1; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox:before {
          content: "";
          width: 11px;
          height: 13px;
          margin-right: 5px;
          background-image: url("/images/version-2/icons/share-icon.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          float: left; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox:hover .shareWrapper {
          display: block; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox .shareWrapper {
          display: none;
          position: absolute;
          top: 5px;
          right: -110px;
          width: 150px;
          padding: 10px;
          background-color: #fff;
          border: 0.5px solid #1D1D1D;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          z-index: 2; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox .shareWrapper .socialShare {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-right: 5px; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox .shareWrapper .socialShare:last-child {
              margin-right: 0; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox .shareWrapper .socialShare img {
              width: 100%; }
          @media only screen and (max-width: 768px) {
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .shareBox .shareWrapper {
              right: 0; } }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box {
        position: relative;
        display: inline-block; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn {
          position: relative;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          cursor: pointer;
          text-decoration: none !important;
          color: #1D1D1D;
          width: 30px;
          height: 30px;
          line-height: 30px; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn .dollar-icon {
            font-size: 24px;
            font-weight: bold;
            color: #27ae60;
            text-shadow: 0 0 10px rgba(39, 174, 96, 0.5); }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn .dollar-icon.disabled {
              color: #999;
              text-shadow: none; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn.locked {
            cursor: not-allowed; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn.locked .dollar-icon {
              animation: none;
              text-shadow: none; }
          @media only screen and (max-width: 480px) {
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn::after {
              bottom: auto;
              top: -10px;
              left: 50%;
              transform: translateX(-50%);
              min-width: 180px;
              white-space: normal;
              word-wrap: break-word;
              text-align: center; }
              .frontWrapper .newProductDetailWrapper .productInfoWrapper .moreActionsBox .affiliate-share-box .affiliate-btn::after::after {
                top: 100%;
                bottom: auto;
                border-color: transparent transparent #333 transparent; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .productAvailability {
      margin: 15px 0; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .productAvailability span {
        display: block;
        margin-bottom: 5px;
        color: #444444; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .productAvailability span.available:before {
          content: "";
          width: 14px;
          height: 14px;
          margin-right: 5px;
          background: url("/images/version-2/icons/round-check.png") no-repeat center;
          background-size: contain;
          float: left; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .productAvailability span a {
          font-family: "Nunito-ExtraBold";
          text-decoration: underline;
          color: #1D1D1D; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .productAvailability .button {
        margin: 0;
        padding: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        line-height: 1; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .verifiedBadge {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 20px 0;
      line-height: 22px; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .verifiedBadge .verifiedBadgeText {
        display: inline-block;
        font-family: "Nunito-Bold";
        font-weight: bold;
        font-size: 13px;
        color: #1D1D1D; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .verifiedBadge:before {
        content: "";
        width: 22px;
        height: 22px;
        margin-right: 7px;
        background: url("/images/version-2/icons/hs-badge.png") no-repeat center;
        background-size: contain;
        float: left; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .verifiedBadge {
          font-size: 13px; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox {
      margin: 20px 0;
      font-family: "Nunito-Regular";
      font-size: 13px;
      line-height: 18px;
      color: #444; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .viewingRequestPdp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .viewingRequestPdp span {
          padding-right: 10px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .viewingRequestPdp .button {
          width: 140px;
          margin: 0;
          padding: 5px 10px; }
        @media only screen and (max-width: 768px) {
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .viewingRequestPdp .button {
            width: 135px; } }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .conditionNotes {
        margin-top: 20px;
        color: #363636; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .additionalInfoBox .conditionNotes h4 {
          padding-bottom: 10px;
          font-family: "Nunito-Bold";
          font-weight: bold;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          color: #1D1D1D; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin: 20px 0; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox.storeExclusive {
        -ms-flex-align: start;
        align-items: flex-start; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerImage {
        width: 30%;
        max-width: 80px;
        height: 80px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerImage.small {
          max-width: 24px;
          height: 24px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerImage img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName {
        width: 80%;
        max-width: 275px;
        margin-left: 10px;
        font-family: "Nunito-Bold";
        font-size: 14px;
        color: #1D1D1D; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName a.verifiedUser {
          display: table;
          line-height: 20px; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName a.verifiedUser:after {
            display: table-cell;
            vertical-align: middle;
            content: "";
            width: 20px;
            height: 20px;
            padding-left: 5px;
            background: url("/images/version-2/icons/verified-user.svg") right/contain no-repeat; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .lastOnline,
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate,
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerAdditionalInfo {
          margin-top: 5px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerAdditionalInfo {
          font-size: 13px;
          line-height: 18px;
          text-align: left; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerAdditionalInfo p {
            font-family: "Nunito-Regular"; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerAdditionalInfo a {
            display: block;
            margin-top: 5px; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate {
          font-family: "Nunito-Regular";
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          color: #1D1D1D; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper {
            margin-top: 5px; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .rateBox {
              line-height: 14px; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .rateText,
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .rateStar,
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .noRateStar {
              display: inline-block; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .rateText {
              font-family: "Nunito-Bold";
              font-size: 13px;
              color: #1D1D1D; }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .noRateText {
              display: block;
              margin-top: 5px;
              font-family: "Nunito-Regular";
              font-size: 13px;
              font-style: italic;
              color: #999999; }
        @media only screen and (max-width: 480px) {
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .sellerClosetBox .sellerName .sellerFulfillmentRate .rateWrapper .rateBox .noRateStar {
            margin-top: 5px; } }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent table.productSpecs tr td:first-child {
      width: 115px; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul {
      list-style: disc none outside;
      padding-left: 20px; }
      .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li {
        margin-bottom: 15px;
        vertical-align: top;
        font-family: "Nunito-Bold";
        text-transform: uppercase; }
        .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard:before {
            content: "";
            width: 65px;
            height: 25px;
            margin: -5px 0 0 5px;
            background: url("/images/version-2/icons/cc-logo.png") no-repeat center;
            background-size: contain;
            float: right; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__mandiri, .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__permata {
            width: 295px; }
            @media only screen and (max-width: 320px) {
              .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__mandiri, .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__permata {
                width: 205px; } }
            .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__mandiri:before, .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__permata:before {
              width: 110px;
              height: 25px; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__amex:before {
            background: url("/images/version-2/icons/cc-amex-logo.png") no-repeat center;
            background-size: contain; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__mandiri:before {
            background: url("/images/version-2/icons/cc-mandiri-logo.png") no-repeat center;
            background-size: contain; }
          .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent ul li.creditCard__permata:before {
            background: url("/images/version-2/icons/cc-permata-logo.png") no-repeat center;
            background-size: contain; }
    .frontWrapper .newProductDetailWrapper .productInfoWrapper .productInfoTabWrapper .accordionWrapper .accordionRow .accordionContent .disclaimer {
      padding-top: 15px;
      font-family: "Nunito-Regular";
      font-size: 13px;
      font-style: italic;
      color: #363636; }
  .frontWrapper .newProductDetailWrapper:after {
    content: '';
    display: block;
    clear: both; }

.frontWrapper .newArrivalItemsBox {
  margin: 0;
  padding: 40px 0;
  border-top: 1px dashed #C4C4C4; }
  @media only screen and (max-width: 959px) {
    .frontWrapper .newArrivalItemsBox {
      padding: 0 10px;
      border-top: none; } }
  .frontWrapper .newArrivalItemsBox h3 {
    margin: 0 0 40px;
    font-size: 24px;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 768px) {
      .frontWrapper .newArrivalItemsBox h3 {
        margin: 40px 0;
        font-size: 18px; } }
  .frontWrapper .newArrivalItemsBox .productBox {
    width: 20%;
    margin: 0;
    padding: 5px; }
    .frontWrapper .newArrivalItemsBox .productBox .productListImgBox .soldOut, .frontWrapper .newArrivalItemsBox .productBox .productListImgBox .holdOn {
      font-size: 20px; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newArrivalItemsBox .productBox .productListImgBox .soldOut, .frontWrapper .newArrivalItemsBox .productBox .productListImgBox .holdOn {
          font-size: 14px; } }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox a, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox span {
      font-size: 16px;
      line-height: 22px;
      color: #1D1D1D; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox a, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox span {
          font-size: 13px;
          line-height: 18px; } }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productName, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice {
      font-family: "Nunito-Bold"; }
      .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productName span, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice span {
        font-family: "Nunito-Bold"; }
      @media only screen and (max-width: 768px) {
        .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productName, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice {
          height: initial; } }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productType, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .sizeBox {
      font-family: "Nunito-Regular"; }
      .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productType span, .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .sizeBox span {
        font-family: "Nunito-Regular"; }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productType {
      height: initial;
      margin: 0; }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice .currentPrice {
      color: #a37b24; }
      .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice .currentPrice.sale {
        color: #76150C; }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .productPrice .pastPrice {
      font-family: "Nunito-Regular";
      font-size: 13px; }
    .frontWrapper .newArrivalItemsBox .productBox .productListInfoBox .sizeBox {
      text-transform: uppercase; }

.frontWrapper .infoPaymentDescription {
  text-align: left; }

.frontWrapper .verifiedUser--dark {
  color: #1d1d1d; }

.frontWrapper .infoNumber--warning {
  margin: 15px 0;
  font-style: italic; }

.frontWrapper .tooltipText--left {
  text-align: left; }

.frontWrapper .tooltipTitle--uppercase {
  text-transform: uppercase; }

.frontWrapper .tooltipLink--block {
  display: block;
  margin-top: 5px; }

.frontWrapper .product-image-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear; }

.frontWrapper .product-image-loaded,
.frontWrapper .product-image-hidden.visible {
  visibility: visible;
  opacity: 1; }

.frontWrapper img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s ease; }

.frontWrapper img[loading="lazy"].loaded {
  opacity: 1; }

.frontWrapper .productListImg img {
  transition: opacity 0.2s ease; }

.frontWrapper .productListImg .product-image-hover {
  display: block;
  width: 100%;
  height: auto; }

.new_image_zoom_container {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  background-size: 30%;
  z-index: 9999;
  overflow: auto; }
  @media only screen and (max-width: 959px) {
    .new_image_zoom_container {
      top: 100px;
      padding: 15px; } }
  .new_image_zoom_container .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(/images/version-2/icons/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer; }
  @media only screen and (max-width: 959px) {
    .new_image_zoom_container .new_image_zoom_box {
      margin-bottom: 100px; } }
  .new_image_zoom_container .new_image_zoom_box .bx-wrapper #zoom-slider li img {
    margin: auto; }
  .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    margin-top: 0; }
    .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20vw;
      background: url(/images/version-2/icons/arrow-left-thinner.svg) no-repeat center;
      background-size: contain; }
    .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20vw;
      background: url(/images/version-2/icons/arrow-right-thinner.svg) no-repeat center;
      background-size: contain; }
    @media only screen and (max-width: 959px) {
      .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; }
      .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; } }
  .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-pager {
    position: fixed; }
    .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-pager-item a {
      width: 6px;
      height: 6px;
      background-color: #1D1D1D;
      border: none;
      border-radius: 0;
      transition: all .3s ease; }
      .new_image_zoom_container .new_image_zoom_box .bx-wrapper .bx-pager-item a.active {
        width: 40px;
        background-color: #a37b24; }

/*# sourceMappingURL=detail.css.map */
